home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / Library / +ORC / Orc pac 2 / FILEZ.ZIP / SR651.ZIP / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-03-15  |  1.1 KB  |  22 lines

  1. echo off
  2. cls
  3. echo                                                                                 
  4. echo                                      Sourcer - First Time Installation            
  5. echo █████  █  █  █  ███████████████████████████████████████████████████████████████
  6. echo                                                                                
  7. if exist srin.exe goto loading
  8. echo    The SRIN.EXE file was not found on default drive. Select default drive      
  9. echo    from DOS before running INSTALL  (i.e. to install from drive B, at the      
  10. echo    DOS prompt type  B: ). The Sourcer disk must be in the default drive.
  11. echo                                                                                
  12. goto done
  13. :loading
  14. echo                                                                                
  15. echo    In a moment, the Sourcer installation will begin.    In most cases the   
  16. echo    installation will take less than 2 minutes to complete.   
  17. echo  
  18. echo ──── loading Sourcer Installation/Information program SRIN.  Please Wait.    
  19. srin %1 %2
  20. :done
  21.  
  22.